D
Dicread
Trang chủTừ điểnSstream cipher

Lưu ý: Bản dịch của mục này hiện đang được kiểm tra chất lượng, vì vậy một số nội dung tạm thời chỉ hiển thị bằng tiếng Anh.

Mục từ này chưa được dịch sang ngôn ngữ của bạn, vì vậy nội dung gốc được hiển thị bên dưới.

stream cipher

stream cipher
Danh từ
Số nhiều: stream ciphers

This term refers to a specific class of symmetric encryption where the plaintext is processed as a continuous flow rather than in fixed-size blocks. It is characterized by the generation of a pseudorandom keystream that is combined with the plaintext, typically using a bitwise XOR operation, to produce the ciphertext.

In practical application, stream ciphers are often preferred over block ciphers in environments where data arrives in a continuous stream or where low latency is critical, such as in real-time audio or video communication. A primary security concern with stream ciphers is the danger of keystream reuse, which can allow an attacker to decrypt messages if the same key and initialization vector are used twice.

Ý nghĩa

Danh từstream cipher

A symmetric key encryption algorithm that encrypts digits of a plaintext stream one bit or one byte at a time.

The security of a stream cipher depends on the randomness of the keystream.

Từ liên quan

Cập nhật lần cuối: May 2026Báo lỗi